home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Freeware / ShellFTP 0.7 / ShellFTP_0.7.exe / _ShellFTP.tmp / 0 / RCDATA / TFORMDIALOG / TFORMDIALOG.txt < prev   
Encoding:
Text File  |  2006-08-27  |  1.8 KB  |  96 lines

  1. object FormDialog: TFormDialog
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'File exists'
  6.   ClientHeight = 125
  7.   ClientWidth = 444
  8.   Color = clBtnFace
  9.   Constraints.MaxWidth = 450
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   PopupMode = pmExplicit
  18.   PopupParent = FormMain.Owner
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object LText: TLabel
  25.     Left = 8
  26.     Top = 40
  27.     Width = 428
  28.     Height = 13
  29.     Constraints.MaxWidth = 428
  30.     Constraints.MinWidth = 428
  31.     WordWrap = True
  32.   end
  33.   object LWhat: TLabel
  34.     Left = 8
  35.     Top = 8
  36.     Width = 46
  37.     Height = 13
  38.     Caption = 'Filename:'
  39.   end
  40.   object EditFilename: TEdit
  41.     Left = 79
  42.     Top = 5
  43.     Width = 357
  44.     Height = 21
  45.     Color = clBtnFace
  46.     ReadOnly = True
  47.     TabOrder = 0
  48.   end
  49.   object PUnten: TPanel
  50.     Left = 8
  51.     Top = 97
  52.     Width = 428
  53.     Height = 20
  54.     BevelOuter = bvNone
  55.     TabOrder = 1
  56.     object Button2: TButton
  57.       Tag = 2
  58.       Left = 292
  59.       Top = 0
  60.       Width = 65
  61.       Height = 20
  62.       Caption = 'Rename'
  63.       TabOrder = 0
  64.       OnClick = ButtonClick
  65.     end
  66.     object Button3: TButton
  67.       Tag = 1
  68.       Left = 221
  69.       Top = 0
  70.       Width = 65
  71.       Height = 20
  72.       Caption = 'Overwrite'
  73.       TabOrder = 1
  74.       OnClick = ButtonClick
  75.     end
  76.     object CRemember: TCheckBox
  77.       Left = 0
  78.       Top = 2
  79.       Width = 146
  80.       Height = 17
  81.       Caption = 'Remember for this session'
  82.       TabOrder = 2
  83.     end
  84.     object Button1: TButton
  85.       Tag = 128
  86.       Left = 363
  87.       Top = 0
  88.       Width = 65
  89.       Height = 20
  90.       Caption = 'Skip'
  91.       TabOrder = 3
  92.       OnClick = ButtonClick
  93.     end
  94.   end
  95. end
  96.